* Fix custom namespaces on wikis set for Portuguese
authorBrion Vibber <brion@users.mediawiki.org>
Fri, 2 Dec 2005 00:03:15 +0000 (00:03 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Fri, 2 Dec 2005 00:03:15 +0000 (00:03 +0000)
RELEASE-NOTES
languages/LanguagePt.php

index 78c6e7a..c6e7226 100644 (file)
@@ -271,6 +271,7 @@ fully support the editing toolbar, but was found to be too confusing.
 * Remove obsolete 'redirect=no' on some edit links
 * Include oldid for the second revision on edit link on diff view
 * (bug 4035) Fix prev/next revision links on edit page
+* Fix custom namespaces on wikis set for Portuguese
 
 
 === Caveats ===
index 9e5cb50..1003768 100644 (file)
@@ -55,7 +55,7 @@ if($wgMetaNamespace === FALSE)
        NS_HELP_TALK        => 'Ajuda_Discussão', # 13
        NS_CATEGORY         => 'Categoria', # 14
        NS_CATEGORY_TALK    => 'Categoria_Discussão' # 15
-);
+) + $wgNamespaceNamesEn;
 
 /* private */ $wgQuickbarSettingsPt = array(
        'Nenhuma', 'Fixo à esquerda', 'Fixo à direita', 'Flutuando à esquerda', 'Flutuando à direita'